.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'hkjgh';
    src: url("../font/HuaKangJinGangHei.ttf");
}
@font-face {
    font-family: 'monter';
    src: url("../font/Montser.ttf");
}

@font-face {
    font-family: 'ruizi';
    src: url("../font/ruizi.ttf");
}



.padding {
    padding: 3% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiperbody {
    width: 100%;
    height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
    display:flex;
    align-items: center;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.slider-inner{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.swiper-pagination-banner{
    bottom: 6% !important;
    text-align: left;
    padding-left: 6%;
}

.loading {
    position: relative;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    background: none;
    opacity: 0.6;
}

.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.4);
    opacity: 1;
}

.loading .c-progress {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 120px;
    opacity: 1;
}


.loading .left,.loading .right {
    position: absolute;
    top: -2px;
    left: -2px;
    overflow: hidden;
    width: 19px;
    height: 38px;
    opacity: 0
}

.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1
}

.loading .right {
    top: -2px;
    right: -2px;
    left: auto
}

.loading .left:after,.loading .right:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 38px;
    border: 2px solid #fff;
    border-right: 0;
    border-radius: 19px 0 0 19px;
    content: "";
    box-sizing: border-box;
}

.loading .right:after {
    position: absolute;
    display: block;
    border: 2px solid #fff;
    border-left: 0;
    border-radius: 0 19px 19px 0;
    content: "";
}

.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left
}

.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-right
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes c-zoom {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1)
    }
}

@keyframes c-zoom {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    100% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }
}



.companybg{
    background: url("../img/companybg.jpg") no-repeat center / cover;
}
.screen_com>.warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alltbox{
    text-align:center;
    margin-bottom: 5%;
}
.alltbox .fir{
    font-family: Impact;
    font-size:60px;
    position: relative;
    color:rgba(255,255,255,0.1);
    display: inline-block;
    text-transform: uppercase;
}
.alltbox .sec{
    font-weight: bold;
    font-size:40px;
    position: relative;
    margin-top: -32px;
}
.screen_com .left{
    float: left;
    width: 50%;
    position: relative;
}
.screen_com .left .alltbox{
    text-align:left;
}
.screen_com .left .alltbox .fir{
    color:rgba(7,49,144,0.1);
}
.screen_com .left .alltbox .sec{
    color:#073190;
}
.screen_com .left .com_des{
    font-size:18px;
    color:#636363;
    line-height: 37px;
    text-align: justify;
}
.allmore{
    width: 195px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border:1px solid #636363;
    display: block;
}
.allmore:hover{
    border:1px solid #fff;
}
.allmore .text{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.allmore .text span{
    font-size:16px;
    color:#666;
    display: inline-block;
    margin-right: 15px;
}
.allmore:hover .text span{
    color:#fff;
}
.allmore:hover .text img{
    filter: grayscale(100%) brightness(1000%);
}
.allmore .bg{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            127deg, #063d9a 0%, #0091dd 100%);
    transform-origin: left bottom;
    -webkit-transform: rotate(
            -90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(
            -90deg);
}
.allmore:hover .bg{
    -webkit-transform: rotate(
            0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
            0deg);
}
.screen_com .left .allmore{
    margin-top:5%;
}
.screen_com .moivebox{
    height: 105px;
    width: 750px;
    background: linear-gradient(to right , transparent 0%, #2eaee9 100%);
    margin-left: -63%;
    margin-top: 12%;
    border-radius: 0 55px 55px 0;
    display: flex;
    align-items: center;
    padding-right: 10px;
    justify-content: flex-end;
    display: none;
}
.screen_com .moivebox span{
    display: inline-block;
    color:#fff;
    letter-spacing: 5px;
    margin-right: 30px;
    font-size:24px;
}
.screen_com .moivebox .btn{
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 20px #78787829;
    position: relative;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    --dx: calc(var(--size) - var(--x));
    --dy: calc(var(--size) - var(--y));
}
.screen_com .moivebox .btn:hover{
    opacity: 1;
    cursor: pointer;
    border: 7px solid rgb(0 159 232 / 32%);
    -webkit-transition: .5s background-color ease, .2s border ease;
    transition: .5s background-color ease, .2s border ease;
    border-radius: calc(var(--x) / var(--size) * 100%) calc(var(--dx) / var(--size) * 100%) calc(var(--dx) / var(--size) * 100%) calc(var(--x) / var(--size) * 100%) / calc(var(--y) / var(--size) * 100%) calc(var(--y) / var(--size) * 100%) calc(var(--dy) / var(--size) * 100%) calc(var(--dy) / var(--size) * 100%);
}

@-webkit-keyframes circle {
    from {
        background-color: none;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    50% {
        background-color: none;
        -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    }

    to {
        background-color: none;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
}
.screen_com .yuan{
    float: right;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    background: rgba(0,159,232,0.06);
    position: relative;
    box-shadow: 0 0 0 0 rgb(10 74 163 / 10%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.screen_com .yuan .yuan-sm{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius: 100%;
}
.screen_com .yuan .yuan-sm.yuan1{
    width: 94%;
    height: 94%;
    background: rgba(0,159,232,0.1);
    z-index: 2;
}
.screen_com .yuan .yuan-sm.yuan2{
    width: 88%;
    height: 88%;
    background: rgba(0,159,232,0.15);
    z-index: 3;
}
.screen_com .yuan .imgbox{
    position: absolute;
    width: 82%;
    height: 82%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    border-radius: 100%;
    overflow: hidden;
}
.screen_product .warpper{
    position: relative;
    z-index: 2;
}
.screen_product .alltbox .sec{
    color:#fff;
}
.screen_product .pro_type{
    border-bottom:2px solid #009fe8;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.screen_product .pro_type .list{
    float: left;
    width: 25%;
    height: 115px;
    position: relative;
}
.screen_product .pro_type .list:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background:rgba(255,255,255,0.5);
}
.screen_product .pro_type .list:last-child:after{
    display: none;
}
.screen_product .pro_type .list a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen_product .pro_type .list a .icon{
    width: 55px;
    height: 55px;
    position: relative;
    margin-right: 15px;
}
.screen_product .pro_type .list a .text{
    color:#fff;
}
.screen_product .pro_type .list a .text .fir{
    font-size:22px;
}
.screen_product .pro_type .list a .text .sec{
    font-size:13px;
    font-weight: bold;
}
.screen_product .pro_type .list.active{
    background: #009fe8;
}
.screen_product .pro_type .list.active:after{
    display: none;
}
.screen_product .pro_type .list.active .icon img{
    animation: jello 1s;
}
@-webkit-keyframes jello {

    from, 11.1%, to { -webkit-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}



@-moz-keyframes jello {

    from, 11.1%, to { -moz-transform: none; transform: none }

    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}
.screen_product .prolist_item{
    margin-top: 6%;
}
.screen_product .prolist_item .item{
    display: none;
    justify-content: center;
    align-items: center;
}
.screen_product .prolist_item .item.active{
    display: flex;
}
.screen_product .prolist_item .item .list{
    margin:0 3.5%;
    position: relative;
}
.screen_product .prolist_item .item .list .box1{
    position: relative;
    z-index: 1;
}
.screen_product .prolist_item .item .list .box1 .tags{
    margin:0 auto;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    position: relative;
    background: linear-gradient(-127deg, #063d9a 0%, #0091dd 100%);
}
.screen_product .prolist_item .item .list .box1 .tags-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 87%;
    border-radius: 100%;
    border:1px solid #fff;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.screen_product .prolist_item .item .list .box1 .tags-inner span{
    color:#fff;
    font-size:18px;
    font-family: 'monter';
}
.screen_product .prolist_item .item .list .box1 .tags-inner img{
    max-width: 100%;
}
.screen_product .prolist_item .item .list .box1 .title{
    color:#fff;
    font-size:16px;
    text-align:center;
    margin-top: 15%;
}
.screen_product .prolist_item .item .list:hover .box1 .title{
    opacity: 0;
}
.screen_product .prolist_item .item .list .box2{
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) scale(0);
}
.screen_product .prolist_item .item .list .box2 .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 87%;
    border-radius: 100%;
    border: 1px dashed #5f83bf;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    position: absolute;
}
.screen_product .prolist_item .item .list .box2 .inner-col{
    width: 100%;
    text-align: center;
}
.screen_product .prolist_item .item .list .box2 .inner .s1{
    display: block;
    font-size:18px;
    text-transform: uppercase;
    background: #a91f24;
    background: -moz-linear-gradient(-90deg, #0191dd, #063e9a);
    background: -webkit-linear-gradient(-90deg, #0191dd, #063e9a);
    background: -o-linear-gradient(-90deg, #0191dd, #063e9a);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'monter';
}
.screen_product .prolist_item .item .list .box2 .inner .s1 img{
    display: block;
    margin:0 auto;
}
.screen_product .prolist_item .item .list .box2 .inner .s2{
    display: block;
    font-size:16px;
    color:#000;
    margin-top: 11%;
    padding: 0 4%;
}
.screen_product .prolist_item .item .list:hover .box2{
    transform: translate(-50%,-50%) scale(1);
}
.screen_product .prolist_item .item .list .box1 .tags:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    height: 1px;
    width: 203px;
    border-top: 1px dashed rgba(255,255,255,0.5);
}
.screen_product .prolist_item .item .list:last-child .box1 .tags:after{
    display: none;
}
.screen_product .swiper-probg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.screen_product .slider-inner{
    position: relative;
    width: 100%;
    height: 100%;
    left:initial;
    top:initial;
    display: block;
}
.screen_product .pro_btn{
    display: block;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    position: absolute;
    bottom: -168px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(10,74,163,0.1);
    z-index: 1;
    -webkit-animation:  3s infinite;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(10,74,163,0.1);
}
.screen_product .pro_btn .yuan{
    border-radius: 100%;
    position: absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background: rgba(10,74,163,0.1);
}
.screen_product .pro_btn .yuan1{
    width: 90%;
    height: 90%;
    background: rgba(10,74,163,0.15);
    box-shadow: 0 0 0 0 rgba(10,74,163,0.1);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.screen_product .pro_btn .yuan2{
    width: 80%;
    height: 80%;
    background: rgba(10,74,163,0.2);
    box-shadow: 0 0 0 0 rgba(10,74,163,0.1);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;

}
.screen_product .pro_btn .yuan3{
    width: 70%;
    height: 70%;
    background: linear-gradient(59deg, #063d9a 0%, #0091dd 100%);
}
.screen_product .pro_btn .yuan4{
    width: 63%;
    height: 63%;
    border: 1px dashed rgba(255,255,255,0.4);
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 8%;
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(10,74,163,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10,74,163,0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(10,74,163,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10,74,163,0);
    }
}


.newsbg{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}
.screen_news .alltbox .fir{
    color:rgba(7,49,144,0.1);
}
.screen_news .alltbox .sec{
    color: #073190;
}
.screen_news .news_con{
    position: relative;
}
.screen_news .news_type{
    display: flex;
    width: 145px;
    float: left;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.screen_news .news_type a{
    display: block;
    font-size:18px;
    color:#212121;
    position: relative;
    padding-left: 40px;
}
.screen_news .news_type a:before{
    position: absolute;
    content:"";
    width: 16px;
    height: 16px;
    border:5px solid #a3d3ec;
    border-radius: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    box-sizing: border-box;
}
.screen_news .news_type a i{
    position: absolute;
    display: block;
    height: 104px;
    width: 1px;
    background: #a4d5ee;
    left:8px;
    top:20px;
}
.screen_news .news_type a.active{
    color:#009fe8;
    font-weight: bold;
}
.screen_news .news_type a.active:before{
    border:5px solid #009fe8;
}
.screen_news .news_type a.lasta:before{
    width: 16px;
    height: 16px;
    border-radius: 0;
    border:none;
    background: url("../img/newstypeall.png") no-repeat center;
    opacity: 0.5;
}
.screen_news .news_type a.lasta:hover:before
,.screen_news .news_type a.lasta.active:before{
    opacity: 1;
}
.screen_news .news_item{
    float: right;
    width: calc(100% - 200px);
}
.screen_news .news_item .item{
    border-radius: 20px;
    overflow: hidden;
    display: none;
}
.allnewslist a{
    display: block;
    padding: 2.8% 3.5%;
    background: #ffffff7a;
    border-bottom:1px dashed #dedede;
}
.allnewslist a .imgbox{
    position: relative;
    overflow: hidden;
    float: left;
    width: 240px;
    height: 150px;
}
.allnewslist a .text{
    float: left;
    width: calc(100% - 240px);
    padding: 0 18% 0 4%;
    position: relative;
}
.allnewslist a .text .fir{
    font-size:22px;
    color:#000;
}
.allnewslist a .text .sec{
    font-size:16px;
    color:#666;
    line-height: 30px;
    margin: 4% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.allnewslist a .text .time{
    font-size:16px;
    color:#666;
    font-family: Arial;
    font-weight: bold;
}
.allnewslist a .text .icon{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    right:5%;
    top:33%;
    background: #fff;
    opacity: 0;
}
.allnewslist a:hover{
    background: #009fe8;
}
.allnewslist a:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnewslist a:hover .text .fir{
    color:#fff;
}
.allnewslist a:hover .text .sec{
    color:#fff;
}
.allnewslist a:hover .text .time{
    color:#fff;
}
.allnewslist a:hover .text .icon{
    opacity: 1;
}

.hezuobg{
    background: url("../img/hezuobg.jpg") no-repeat center / cover;
}
.screen_hezuo .alltbox .sec{
    color:#fff;
}
.swiperbody .swiper-wrapper .swiper-slide.screen_hezuo{
    height: auto;
}
.screen_hezuo .hezuo_icon{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 8%;
    display: none;
}
.screen_hezuo .hezuo_icon ul{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.screen_hezuo .hezuo_icon ul:nth-child(odd){
    width: 83%;
}
.screen_hezuo .hezuo_icon ul:nth-child(1){
    top:0;
}
.screen_hezuo .hezuo_icon ul:nth-child(2){
    top:25%;
}
.screen_hezuo .hezuo_icon ul:nth-child(3){
    top: 50%;
}
.screen_hezuo .hezuo_icon ul li{
    width: 128px;
    height: 128px;
    position: relative;
}
.screen_hezuo .hezuo_icon ul li .bg{
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius:10px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    overflow: hidden;
}
.screen_hezuo .hezuo_icon ul li .bg img{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.screen_hezuo .hezuo_icon ul li:hover .bg img{
    -webkit-transform: scale(1.05) rotate(-45deg);
    -moz-transform: scale(1.05) rotate(-45deg);
    -ms-transform: scale(1.05) rotate(-45deg);
    -o-transform: scale(1.05) rotate(-45deg);
    transform: scale(1.05) rotate(-45deg);
}
.screen_hezuo .hezuo_icon .guang{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -29%;
    z-index: 1;
}
.screen_hezuo .hezuo_icon .guang img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.swiperbody .swiper-wrapper .swiper-slide.screen_hezuo {
    display: block;
}
.screen_hezuo .alltbox{
    margin-top: 5%;
}
.footerbox{
    width: 100%;
    background: #083496;
    /*background-image: url("../img/footer-box-bg.jpg?v=1.0.2");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    position: relative;
}
.footerbox .warpper_min{
    position: relative;
    z-index: 2;
}
.footerbox .left{
    float: left;
    width: calc(100% - 398px);
    display: flex;
    justify-content: space-between;
    padding: 65px 0 80px 0;
}
.footerbox .tbox{
    margin-bottom: 16px;
}
.footerbox .tbox .fir{
    font-size:18px;
    color:#fff;
}
.footerbox .tbox .fir a{
    color:#fff;
}
.footerbox .left .list .abox a{
    display: block;
    font-size:16px;
    color:rgba(255,255,255,0.5);
    line-height: 45px;
}
.footerbox .left .list .abox a:hover{
    color:#fff;
}

.footerbox .right{
    width: 360px;
    float: right;
    padding: 65px 0 80px 4%;
    border-left:1px solid rgba(255,255,255,0.2);
}
.footerbox .right .lxbox a{
    display: block;
    line-height: 28px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 7%;
}
.footerbox .right .lxbox a.tel{
    background: url("../img/f-tel.png") no-repeat center left;
}
.footerbox .right .lxbox a.email{
    background: url("../img/f-email.png") no-repeat center left;
}
.footerbox .right .erbox{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 12%;
}
.footerbox .right .erbox .imgbox{
    background: #fff;
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
}
.footerbox .right .erbox .imgbox img{
    width: 100%;
}
.footerbox .right .erbox .text{
    margin-left: 8%;
}
.footerbox .right .erbox .text .sec{
    font-size:16px;
    color:rgba(255,255,255,0.4);
    margin-top: 4%;
}
.copy{
    border-top:1px solid rgba(255,255,255,0.2);
    line-height: 75px;
    font-size:16px;
    color:#fff;
}
.copy .l{
    float: left;
}
.copy .r{
    float: right;
}
.copy a{
    color:#fff;
}
.lizi{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    bottom:0;
    overflow: hidden;

}
dongtai{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
dongtai canvas{
    width: 100% !important;
}

.allnav{
    position: fixed;
    z-index: 1000;
    width: 100%;
    top:0;
    left:0;
}

.alllogo{
    position: fixed;
    z-index: 1000;
    left:4%;
    top:5%;
    display: block;
}
.alllogo img{
    width: 218px;
}
.alllogo.hide{
    opacity: 0;
    visibility: visible;
}
.nav_logo{
    position: fixed;
    z-index: 1000;
    left:4%;
    top:0;
    float: left;
    width: 140px;
    padding:16px 8px 8px 8px;
    background: linear-gradient(
            180deg, #063d9a 0%, #0091dd 100%);
    border-radius: 2px 2px 12px 12px;
    display: none;
}
.nav_logo .imgbox img{
    max-width: 100%;
    display: block;
    margin:0 auto 20px auto;
}
.nav_btn{
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin:0 auto;
}
.sm-button-xian {
    width: 23px;
    height: 18px;
    position: relative;
    margin-right: 10px;
}

.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #009fe8;
    left: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.sm-button-xian span.lin-top {
    top: 0;
    width: 100%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.sm-button-xian span.lin-cent {
    top: 8px;
    width: 70%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.nav_btn .text{
    font-size:18px;
    color:#009fe8;
}
.nav_btn:hover .sm-button-xian span.lin-cent{
    width: 100%;
}
.allmenubtn{
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right:4%;
    top:5%;
    z-index: 1000;
}
.allmenubtn .langre{
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    position: relative;
}
.allmenubtn .langre:hover{
    background: #009fe8;
    border: 2px solid #009fe8;
}
.allmenubtn .langre.active{
    background: #009fe8;
    border: 2px solid #009fe8;
}
.allmenubtn .langre.nav_btns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.allmenubtn .langre.nav_btns .sm-button-xian{
    margin-right: 0;
}
.allmenubtn .langre.nav_btns .sm-button-xian span{
    background: #fff;
    left:initial;
    right:0;
}
.allmenubtn .langre.nav_btns:hover .sm-button-xian span{
    width: 100%;
}
.allmenubtn .nav_btns.cha .sm-button-xian span{
    right: -4px;
}


.allmenubtn .nav_btns.cha .sm-button-xian span.lin-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.allmenubtn .nav_btns.cha .sm-button-xian span.lin-cent {
    opacity: 0;
}
.allmenubtn .nav_btns.cha .sm-button-xian span.lin-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}









.allnav.hide .lang{
    display: none;
}
.allnav.hide .nav_logo{
    background: transparent;
}
.allnav.hide .nav_logo .imgbox{
    height: 0;
    overflow: hidden;
}
.allnav.hide .nav_logo .nav_btn{
    box-shadow: 0 0 10px #cdcdcd;
    margin-top: 25%;
}
.nav_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 999;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}
.swiper-navmenu{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}
.nav_menu ul{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.nav_menu ul li{
    float: left;
    width: 20%;
    height: 100%;
    border-right:1px solid rgba(255,255,255,0.2);
    padding-top: 16%;
    opacity: 0;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
.nav_menu ul li:last-child{
    border-right:none;
}
.nav_menu ul li .inner{
    width: 100%;
    text-align:center;
}
.nav_menu ul li .icon{
    margin-bottom: 40px;
}
.nav_menu ul li .icon img{
    display: block;
    margin:0 auto;
    opacity: 0.6;
}
.nav_menu ul li .fir{
    display: block;
    font-size:28px;
    color:#fff;
    margin-bottom: 30px;
}
.nav_menu ul li .abox a{
    display: block;
    font-size:22px;
    color:rgba(255,255,255,0.6);
    line-height: 35px;
    margin-bottom: 5%;
    position: relative;
}
.nav_menu ul li .abox a:last-child{
    margin-bottom: 0;
}
.nav_menu ul li:hover{
    background: rgba(0,0,0,0.1);
}
.nav_menu ul li:hover .icon img{
    animation: jello 1s;
    opacity: 1;
}
.nav_menu ul li .abox a i{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 0;
    overflow: hidden;
    top: 11px;
    position: relative;
}
.nav_menu ul li .abox a:after{
    display: block;
    position: absolute;
    content:"";
    width: 0;
    height: 1px;
    background: #ffffff87;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav_menu ul li .abox a:hover i{
    width: 22px;
    margin-left: 19px;
}
.nav_menu ul li .abox a:hover{
    color:#fff;
}
.nav_menu ul li .abox a:hover:after{
    width: 75%;
}
.nav_menu.active{
    -webkit-animation: navListShow 0.6s cubic-bezier(1, 0, 1, 1) forwards;
    animation: navListShow 0.6s cubic-bezier(1, 0, 1, 1) forwards;
    pointer-events: initial;
}
.nav_menu.active ul li:nth-child(1){
    -webkit-animation: navListItemShow 0.5s forwards 0.8s;
    animation: navListItemShow 0.5s forwards 0.8s;
}
.nav_menu.active ul li:nth-child(2){
    -webkit-animation: navListItemShow 0.5s forwards 0.9s;
    animation: navListItemShow 0.5s forwards 0.9s;
}
.nav_menu.active ul li:nth-child(3){
    -webkit-animation: navListItemShow 0.5s forwards 1s;
    animation: navListItemShow 0.5s forwards 1s;
}
.nav_menu.active ul li:nth-child(4){
    -webkit-animation: navListItemShow 0.5s forwards 1.1s;
    animation: navListItemShow 0.5s forwards 1.1s;
}
.nav_menu.active ul li:nth-child(5){
    -webkit-animation: navListItemShow 0.5s forwards 1.2s;
    animation: navListItemShow 0.5s forwards 1.2s;
}
@keyframes navListShow {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes navListHide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes navListItemShow {
    0% {
        opacity: 0;
        transform: translate(0, 60px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes navListItemHide {
    0% {
        opacity: 1;
        transform: translate(0, 0%);
    }

    100% {
        opacity: 0;
        transform: translate(0, 60px);
    }
}

.nav_menu_daohang{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    z-index: 3;
}
.nav_menu_daohang .nav_logo{
    float: left;
    width: 140px;
    padding:16px 8px 8px 8px;
    border-radius: 2px 2px 12px 12px;
    margin-left: 2%;
}
.nav_menu_daohang .imgbox img{
    max-width: 100%;
    display: block;
    margin:0 auto 20px auto;
}
.navmenu_btn{
    width: 124px;
    height: 40px;
    border:1px solid #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin:0 auto;
}
.navmenu_btn .sm-button-xian {
    width: 23px;
    height: 18px;
    position: relative;
    margin-right: 10px;
}

.navmenu_btn .sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.navmenu_btn .sm-button-xian span.lin-top {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navmenu_btn .sm-button-xian span.lin-bottom {
    bottom: 7px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navmenu_btn .text{
    font-size:16px;
    color:#fff;
}
.nav_menu_daohang .btnbox{
    width: 190px;
    float: right;
    margin-right: 3%;
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_menu_daohang .btnbox a{
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    position: relative;
}
.nav_menu_daohang .btnbox a:hover{
    background: #136398;
    border: 2px solid #136398;
}
.nav_menu.navlist-hide{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-animation: navListHide 0.6s cubic-bezier(1, 0, 1, 1) forwards 0.7s;
    animation: navListHide 0.6s cubic-bezier(1, 0, 1, 1) forwards 0.7s;
}
.nav_menu.navlist-hide li:nth-child(1){
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-animation: navListItemHide 0.5s forwards 0.4s;
    animation: navListItemHide 0.5s forwards 0.4s;
}
.nav_menu.navlist-hide li:nth-child(2){
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-animation: navListItemHide 0.5s forwards 0.3s;
    animation: navListItemHide 0.5s forwards 0.3s;

}
.nav_menu.navlist-hide li:nth-child(3){
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-animation: navListItemHide 0.5s forwards 0.2s;
    animation: navListItemHide 0.5s forwards 0.2s;

}
.nav_menu.navlist-hide li:nth-child(4){
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-animation: navListItemHide 0.5s forwards 0.1s;
    animation: navListItemHide 0.5s forwards 0.1s;

}
.nav_menu.navlist-hide li:nth-child(5){
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-animation: navListItemHide 0.5s forwards 0s;
    animation: navListItemHide 0.5s forwards 0s;

}

.ce_menu{
    width: 115px;
    height: 355px;
    display: flex;
    position: fixed;
    right:35px;
    top:50%;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
    display: none;
}
.ce_menu .list{
    width: 78px;
    height: 86px;
    position: relative;
    background: url("../img/cebg1.png") no-repeat center;
    background-size: contain;
    text-align:center;
    display: inline-block;
    padding-top: 22px;
    cursor: pointer;
}
.ce_menu .listbox{
    margin:-8px 0;
}
.ce_menu .listbox:nth-child(odd){
    text-align:right;
}
.ce_menu .listbox:nth-child(even){
    text-align:left;
}
.ce_menu .list .icon{
    position: relative;
}
.ce_menu .list .icon img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.ce_menu .list p{
     font-size:14px;
    color:#009fe8;
    margin-top: 5px;
}
.ce_menu .list:hover
,.ce_menu .list.active{
    background: url("../img/cebg2.png") no-repeat center;
    background-size: contain;
}
.ce_menu .list:hover .icon img
,.ce_menu .list.active .icon img{
    filter: grayscale(100%) brightness(1000%);
}
.ce_menu .list:hover p
,.ce_menu .list.active p{
    color:#fff;
}

.sbanner{
    width: 100%;
    height: 640px;
    position: relative;
}
.sbanner>img{
    object-position: top;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:26%;
}
.sbanner .text img{
    display: block;
    margin:0 auto;
}
.sbanner .text .sbanner-xia{
    -webkit-animation: arrowMove 1.7s infinite;
    animation: arrowMove 1.7s infinite;
}
.sbanner .text .fir{
    font-size:50px;
    margin: 5% 0 0.5% 0;
}
.sbanner .text .sec{
    font-size:30px;
    margin-bottom: 2.5%;
}

.allcrumbs{
    line-height: 80px;
    background: #073190a3;
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
}
.allcrumbs .right{
    float: right;
    padding-left: 40px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:18px;
    color:#fff;
}
.allcrumbs .right a{
    color:#fff;
}
.allcrumbs .left{
    float: left;
}
.allcrumbs .left a{
    display: inline-block;
    font-size:18px;
    color:#fff;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
}
.allcrumbs .left a:last-child{
    margin-right: 0;
}
.allcrumbs .left a:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}
.allcrumbs .left a:hover
,.allcrumbs .left a.active{
    background: #009fe9;
    padding:0 25px;
}
.allcrumbs .left a:hover:before
,.allcrumbs .left a.active:before{
    display: none;
}
.allinnertitle{
    margin-bottom: 45px;
}
.allinnertitle .fir{
    font-family: Impact;
    font-size: 49px;
    position: relative;
    color: #eef0f5;
    display: inline-block;
    text-transform: uppercase;
}
.allinnertitle .sec{
    font-weight: bold;
    font-size: 34px;
    position: relative;
    margin-top: -32px;
    color:#073190;
}
.des_con img{
    width: 100%;
}
.des_con{
    font-size:16px;
    color:#636363;
    line-height: 33px;
}
.des_con .des{
    margin-top: 4%;
}
.inner-company-fir .moive{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 3%;
    display: none;
}

.tel_ome{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(44, 166, 229, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(44, 166, 229, 0.3);
    box-shadow: 0 0 0 0 rgb(44, 166, 229, 0.3);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 6px solid rgba(44, 166, 229, 0.6);
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.inner-company-sec .item{
    width: 100%;
    height: 540px;
    position: relative;
}
.inner-company-sec .item .left{
    float: left;
    width: 48%;
    height: 100%;
    position: relative;
}
.inner-company-sec .item .right{
    float: right;
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.inner-company-sec .item .right .list{
    width: 100%;
    height: 49%;
    position: relative;
}
.inner-company-sec .item .title{
    position: absolute;
    width: 100%;
    font-size: 26px;
    color: #3e4345;
    bottom: 35px;
    left: 0;
    padding-left: 49px;
    font-weight: bold;
}
.inner-company-sec .dwdes{
    font-size: 16px;
    color: #636363;
    line-height: 33px;
    margin-bottom: 3%;
}

.inner-company-thr .cslist .left{
    width: 196px;
    overflow: hidden;
    position: relative;
    float: left;
}
.inner-company-thr .cslist .left .imgbox{
    border-radius: 16px;
    height: 280px;
    overflow: hidden;
}
.inner-company-thr .cslist .left .imgbox img{
    object-position: top center;
}
.inner-company-thr .cslist .left .text{
    position: absolute;
    width: 100%;
    color:#fff;
    text-align:center;
    left:0;
    bottom: 7%;
}
.inner-company-thr .cslist .left .text .title{
    font-size:30px;
    font-family: SimSun;
    font-weight: bold;
    margin-bottom: 2%;
}
.inner-company-thr .cslist .left .text .tags{
    text-align:center;
}
.inner-company-thr .cslist .left .text .tags span{
    display: inline-block;
    line-height: 23px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 8px;
    margin: 0 0.5%;
}
.inner-company-thr .cslist .left .des{
    text-align: center;
    font-size: 22px;
    color: #073190;
    margin-top: 4%;
    font-weight: bold;
}
.inner-company-thr .cslist .center{
    float: left;
    width: 50%;
    margin-left: 3%;
    font-size:18px;
    color:#282828;
    line-height: 35px;
}
.inner-company-thr .cslist .center p{
    position: relative;
    padding-left:30px;
    margin-bottom: 2%;
}
.inner-company-thr .cslist .center p:before{
    content:"";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../img/csicon.png") no-repeat left center;
    left:0;
    top:10px;
}
.inner-company-thr .cslist .right{
    float: right;
    width: 28.5%;
    height: 385px;
    background: url("../img/csimg.jpg") no-repeat center / cover;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.inner-company-thr .cslist .right .inner{
    width: 100%;
    padding: 0 9%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.inner-company-thr .cslist .right .inner p{
    margin-bottom: 9%;
}
.inner-company-thr .cslist .right .inner p:last-child{
    margin-bottom: 0;
}

.inner-company-four .swiper-slide .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.inner-company-four .swiper-slide .imgbox:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-company-four .but{
    width: 50px;
    height: 50px;
    background: #b7b7b7;
    border-radius: 100%;
}
.inner-company-four .but:hover{
    background: #009fe8;
}
.inner-company-four .but:after{
    font-size:21px;
}

.inner-bg{
    background: #ecf5fc;
}
.allinnertitle .fir.lang{
    color:#dde6f3;
}
.history{
    padding: 0 8%;
}
.history .item{
    padding-bottom: 7%;
}
.history .item .left{
    width: 146px;
    float: left;
    font-size: 41px;
    color: #282828;
    font-weight: bold;
    line-height: 110px;
}
.history .item .right{
    float: left;
    width: calc(100% - 146px);
    padding-left: 6.5%;
    position: relative;
    border-left:1px solid #d5e1f2;
}
.history .item .right .list{
    background: #fff;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding:0 5%;
    min-height: 110px;
    box-shadow: 0 0 5px #eee;
    margin-bottom: 2.5%;
}
.history .item .right .list:last-child{
    margin-bottom: 0;
}
.history .item .right .list .yue{
    display: inline-block;
    font-size:16px;
    font-weight: bold;
    color:#fff;
    background: linear-gradient(127deg, #063d9a 0%, #0091dd 100%);
    line-height: 35px;
    padding:0 20px;
    border-radius: 35px;
    margin-right: 5%;
}
.history .item .right .list .des{
    font-size:18px;
    color:#333333;
    font-weight: bold;
    line-height: 33px;
}
.history .item .right .list .des p{
    position: relative;
    /*padding-left:16px;*/
    margin-bottom: 10px;
}
.history .item .right .list .des p:last-child{
    margin-bottom: 0;
}
/*.history .item .right .list .des p:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #0091dd;
}*/
.history .item .right .list:hover{
    box-shadow: 0 5px 13px #b4e7ff;
}
.history .item .right .list:before{
    content:"";
    position: absolute;
    left:-8.8%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: #7a94c8;
    border-radius: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.history .item .right:before{
    position: absolute;
    content:"";
    left: -0.1%;
    top:100%;
    width: 1px;
    height: 500px;
    background: #d5e1f2;
}
.history .item:last-child .right:before{
    display: none;
}
.history .item .right .list:hover:before{
    -webkit-transform: scale(2) translateY(-50%);
    -moz-transform: scale(2) translateY(-50%);
    -ms-transform: scale(2) translateY(-50%);
    -o-transform: scale(2) translateY(-50%);
    transform: scale(2) translateY(-50%);
    background: url("../img/develop-icon.png") no-repeat center;
    background-size: contain;
}

.inner-cultre-fir .item{
    display: flex;
    justify-content: space-between;
}
.inner-cultre-fir .item .list{
    width: 31.5%;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 13px #dfdfdf;
}
.inner-cultre-fir .item .list .text{
    position: absolute;
    width: 100%;
    padding:0 12%;
    left:0;
    top:49%;
    z-index: 2;
}
.inner-cultre-fir .item .list .text .icon{
    width: 72px;
    height: 72px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 9px #cfcfcf;
    border-radius: 100%;
}
.inner-cultre-fir .item .list .text .title{
    font-size:26px;
    color:#303030;
    margin:10% 0 9% 0;
    font-weight: bold;
}
.inner-cultre-fir .item .list .text .des{
    font-size:20px;
    color:#636363;
    line-height: 30px;
}
.inner-cultre-fir .item .list  .pic{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 1;
}
.inner-cultre-fir .item .list:after{
    content:"";
    position: absolute;
    width: 0;
    height: 5px;
    background: #009fe9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.inner-cultre-fir .item .list:hover:after{
    width: 100%;
}
.inner-cultre-fir .item .list:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.inner-cultre-fir .item .list:hover .text .icon{
    background: #009fe9;
}
.inner-cultre-fir .item .list:hover .text .icon img{
   filter:brightness(200%);
}
.inner-cultre-sec .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-cultre-sec .item .list{
    width: 50%;
    padding:6% 3% 6% 3%;
    position: relative;
    background: #fafafa;
}
.inner-cultre-sec .item .list .title{
    font-size:24px;
    color:#303030;
    font-weight: bold;
    margin-bottom: 7%;
}
.inner-cultre-sec .item .list .des{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.inner-cultre-sec .item .list:nth-child(2){
    background: #f2f2f2;
}
.inner-cultre-sec .item .list:nth-child(3){
    background: #f2f2f2;
}
.inner-cultre-sec .item .list .shu{
    position: absolute;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align:center;
    border-radius: 100%;
    background: linear-gradient(50deg, #ffffff 0%, #bee4f6 100%);;
    font-size:30px;
    font-family: Impact;
    color:#009fe9;
    font-style: italic;
    top: 9%;
    right: 12%;
}

.inner-pointer-item .item .list{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    position: relative;
}
.inner-pointer-item .item .list:nth-child(4n){
    margin-right: 0;
}
.inner-pointer-item .item .list .imgbox{
    width: 100%;
    height: 195px;
    position: relative;
}
.inner-pointer-item .item .list .title{
    line-height: 60px;
    font-size:16px;
    color:#333;
    text-align:center;
    border-top:1px solid #e5e5e5;
    width: 85%;
    margin:0 auto;
}
.inner-pointer-item .item .list:after{
    content:"";
    position: absolute;
    width: 0;
    height: 4px;
    background: #019fe9;
    transition: all 0.35s;
}
.inner-pointer-item .item .list:hover:after{
    width: 100%;
}
.inner-pointer-item .item .list:hover{
    box-shadow: 0 0 15px #dedede;
    transform: translateY(-10px);
}


.inner-honor-item .list{
    float: left;
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #f6f6f6;
    position: relative;
}
.inner-honor-item .list:nth-child(3n){
    margin-right: 0;
}
.inner-honor-item .list .imgbox{
    width: 100%;
    height: 450px;
    position: relative;
}
.inner-honor-item .list .title{
    line-height: 60px;
    font-size:16px;
    color:#333;
    text-align:center;
    border-top:1px solid #e5e5e5;
    width: 85%;
    margin:0 auto;
}
.inner-honor-item .list:after{
    content:"";
    position: absolute;
    width: 0;
    height: 4px;
    background: #019fe9;
    transition: all 0.35s;
}
.inner-honor-item .list:hover:after{
    width: 100%;
}
.inner-honor-item .list:hover{
    box-shadow: 0 0 15px #dedede;
    transform: translateY(-10px);
}

.inner-news .allnewslist a .text .sec{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-news .allnewslist a{
    background: #fff;
    border-radius: 10px;
    border-bottom:none;
    margin-bottom: 2%;
}
.inner-news .allnewslist a:hover{
    background: #009fe8;
}
.inner-news-item .list:last-child .allnewslist a {
    margin-bottom: 0;
}
.inner-pro-item{
    text-align:center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.inner-pro-item .list{
    width: 31%;
    margin:0 1% 2% 1%;
    background: #fff;
    position: relative;
    height: 380px;
    padding:0 1%;
}
.inner-pro-item .list a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.inner-pro-item .list .inner{
    width: 100%;
    text-align:center;
    padding:0 5%;
}
.inner-pro-item .list .tags{
    margin: 0 auto;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    position: relative;
    background: linear-gradient(-127deg, #063d9a 0%, #0091dd 100%);
}
.inner-pro-item .list .tags-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 87%;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inner-pro-item .list .title{
    font-size:22px;
    font-weight: bold;
    color:#666666;
    margin: 15% 0 8% 0;
}
.inner-pro-item .list .more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-pro-item .list .more span{
    font-size:18px;
    color:#666;
    display: inline-block;
    margin-right: 9px;
}
.inner-pro-item .list:after{
    content:"";
    position: absolute;
    width: 0;
    height: 6px;
    background: #019fe9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.inner-pro-item .list:hover:after{
    width: 100%;
}
.inner-pro-item .list:hover{
    box-shadow: 0 0 15px #dedede;
    transform: translateY(-10px);
}
.inner-prodes-bg{
    background: #2965c0 url("../img/prodesbg.jpg") no-repeat center top;
}

.prodesboxout{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.prodesbox{
    padding:5% 5% 0 5%;
}
.prodesbox .tbox{
    display: flex;
    justify-content:space-between;
    padding-bottom: 3%;
    position: relative;
    border-bottom:3px solid #e5e5e5;
    margin-bottom: 3%;
}
.prodesbox .tbox:before{
    content:"";
    position: absolute;
    height: 3px;
    width: 10%;
    background: #2ca6e5;
    left:0;
    bottom:-3px;
}
.prodesbox .tbox .s1{
    font-size:27px;
    font-weight: bold;
    color:#282828;
    line-height: 50px;
}
.prodesbox .tbox .s2{
    display: block;
    width: 180px;
    line-height: 50px;
    height: 50px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background: linear-gradient(
            to right, #00afef 0%, #0575d9 100%);
    border-radius: 14px 0 14px 0;
}
.prodesbox .tbox .s2:hover{
    background: linear-gradient(
            to right, #0091dd 0%, #063d9a 100%);
}

.descontent{
    font-size:18px;
    color:#282828;
    line-height: 33px;
    padding-bottom: 4%;
}
.descontent img{
    max-width: 100%;
    margin:0 auto;
}
.descontent table{
    width: 100% !important;
    border-collapse: collapse;
}
.descontent table tr td{
    font-size:16px;
    color:#515151;
    line-height: 45px;
    border:1px solid #dfebfe!important;
    text-align:center;
}
.descontent table tr:nth-child(1){
    background: #f0f6ff;
}
.descontent table tr:nth-child(1) td{
    font-weight: bold;
    color:#515151;
}
.prodescontent  strong{
    display: inline-block;
    padding: 2px 20px;
    /* background: #000; */
    border-radius: 10px;
    color: #fff;
    background: linear-gradient( to right, #063d9a 0%, #0091dd 100%);
}
.newsdescontent img{
    max-width: 50%;
}
.proPage{
    display: flex;
    background: #ecf5fc;
    height: 85px;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}
.proPage .page-a{
    display: inline-block;
    padding:0 1%;
    max-width: 270px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    background: linear-gradient( to right, #00afef 0%, #0575d9 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    border-radius: 14px 0 14px 0;
}
.proPage .page-a:hover{
    background: linear-gradient( to right, #0091dd 0%, #063d9a 100%);
}
.proPage .page-a a{
    color: #fff;
}

.allinnertitle .thr{
    font-size:18px;
    color:#494949;
    margin-top: 1%;
}

.lxconbox{
    background: #fff;
    padding:5% 3%;
}
.lxconbox .lxbox{
    float: left;
    width: 40%;
    padding-right: 4%;
}
.lxconbox .lxbox .list{
    display:flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 13%;
}
.lxconbox .lxbox .list:last-child{
    margin-bottom: 0;
}
.lxconbox .lxbox .list .icon{
    width: 72px;
    height: 72px;
    background: linear-gradient(
            -127deg, #057bdb 0%, #01a6ec 100%);
    border-radius: 100%;
    position: relative;
}
.lxconbox .lxbox .list .text{
    padding-left: 8%;
    width: calc(100% - 72px);
}
.lxconbox .lxbox .list .text .fir{
    font-weight: bold;
    font-size:20px;
    color:#073190;
}
.lxconbox .lxbox .list .text .sec{
    font-size:18px;
    color:#494949;
    margin-top: 2%;
}
.lxconbox .map1{
    float: left;
    width: 60%;
    height: 368px;
}
.lxconbox .map1 #mymap1{
    width: 100%;
    height: 100%;
}
.otherlx{
    margin-top: 3%;
 }
.otherlx-type{
    background: #ccc;
    position: relative;
    z-index: 3;
}
.otherlx-type .title{
    float: left;
    width: 33.33%;
    text-align:center;
    line-height: 80px;
    font-size:20px;
    color:#fff;
    position: relative;
    cursor: pointer;
}
.otherlx-type .title.active{
    background: linear-gradient( to right, #063d9a 0%, #0091dd 100%);
}
.otherlx-type .title:after{
    position: absolute;
    content:"";
    top:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-top-color:#0368bc;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.otherlx-type .title.active:after{
    opacity: 1;
}
.otherlx .item{
    background: #fff;
    padding:3%;
    position: relative;
    height: 480px;
}
.otherlx .item .list{
    width: 95%;
    height: 85%;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.otherlx .item .list.active{
    z-index: 2;
}
.otherlx .item .map{
    width: 100%;
    height: 100%;
}

.mesbox textarea{
    width: 100%;
    height: 150px;
    background: #fff;
    font-size:16px;
    color:#333;
    padding:20px;
    border-radius: 6px;
    resize: none;
}
.mesbox textarea::placeholder{
    font-size:16px;
    color:#a6a6a6;
}
.mesbox .inputflex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mesbox .inputflex .inputbox{
    width: 48%;
    margin-top: 20px;
    position: relative;
}
.mesbox .inputflex .inputbox input{
    width: 100%;
    line-height: 60px;
    background: #fff;
    font-size:16px;
    color:#333;
    border-radius: 6px;
    outline: none;
    text-indent: 20px;
}
.mesbox .inputflex .inputbox input{
    font-size:16px;
    color:#a6a6a6;
}
.mesbox .inputflex .inputbox .verify{
    position: absolute;
    width: 150px;
    height: 60px;
    right:0;
    top:0;
}
.mesbox .inputflex .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.mesbox .inputflex .inputbox .submit{
    display: block;
    width: 100%;
    line-height: 60px;
    background: linear-gradient( to right, #0091dd 0%, #063d9a 100%);
    font-size:20px;
    color:#fff;
    border-radius: 6px;
    text-align:center;
}
.inner-zhaocai-item .tbox{
    background: #efefef;
}
.inner-zhaocai-item .tbox .title{
    display: block;
    line-height: 65px;
    text-align:center;
    font-size:18px;
    color:#282828;
    font-weight: bold;
}
.inner-zhaocai-item .liebiao .title{
    width: 150px;
    float: left;
    display: block;
}
.inner-zhaocai-item .liebiao .title.s4{
    width: calc(100% - 600px);
    text-align:left;
    padding-left: 4%;

}
.inner-zhaocai-item .conbox .title{
    line-height: 70px;
    height: 70px;
    text-align:center;
    font-size:16px;
    color:#6f6d6d;
}
.inner-zhaocai-item .conbox .title.s4{
    display: flex;
    align-items: center;
    text-align:left;
    line-height: initial;
}
.inner-zhaocai-item .listbox{
    border-radius: 10px;
    border:1px solid #e5e5e5;
}
.inner-zhaocai-item .conbox{
    border-top:1px solid #e5e5e5;
}
.inner-zhaocai-item .conbox .title.s5{
    cursor: pointer;
}
.inner-zhaocai-item .conbox .title.s5:hover{
    color:#073190;
    font-weight: bold;
}
.zhaocaoout{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left:0;
    top:0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.zhaocaoout.active{
    opacity: 1;
    visibility: visible;
}
.zhaocaoout .warpper_min{
    height: 100%;
    position: relative;
}
.zhaocaodes{
    position: absolute;
    width: 90%;
    height: 75%;
    background: #fff;
    border-radius: 20px;
    padding:3%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.zhaocaodes .inner{
    width: 100%;
    height: 100%;
}
.zhaocaodes .title{
    padding-bottom: 2%;
    border-bottom:1px solid #e7e7e7;
    margin-bottom: 3%;
}
.zhaocaodes .title .fir{
    font-size:26px;
    color:#000000;
    padding-right: 10%;
}
.zhaocaodes .title .sec{
    margin-top: 2%;
}
.zhaocaodes .title .sec span{
    display: inline-block;
    padding-left:23px;
    font-size:16px;
    color:#2543a5;
    line-height: 30px;
    margin-right: 4%;
}
.zhaocaodes .title .sec span:last-child{
    margin-right: 0;
}
.zhaocaodes .title .sec span.time{
    background: url("../img/zhaocai-icon1.png") no-repeat left center;
}
.zhaocaodes .title .sec span.linkman{
    background: url("../img/zhaocai-icon2.png") no-repeat left center;
}
.zhaocaodes .title .sec span.tel{
    background: url("../img/zhaocai-icon3.png") no-repeat left center;
}
.zhaocaodes .t{
    font-size:18px;
    color:#000000;
    font-weight: bold;
    margin-bottom: 2%;
}
.zhaocaodes .des{
    font-size:16px;
    color:#444444;
    line-height: 30px;
    overflow-y: auto;
    height: 67%;
}

.zhaocaodes .close{
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: 35px;
    top: 28px;
}



.inner-rencai-fir .rencaibg1{
    padding-left:5%;
    height: 457px;
    display: flex;
    align-items: center;
    background: url("../img/rencaibg1.jpg") no-repeat center left;
}
.inner-rencai-fir .rencaibg1 .list{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 4%;
}
.inner-rencai-fir .rencaibg1 .list img{
    margin-right: 20px;
}
.inner-rencai-fir .rencaibg1 .list span{
    font-size:20px;
    color:#333;
}
.inner-rencai-fir .item{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
}
.inner-rencai-fir .item .item-list{
    width: 32%;
    height: 232px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    text-align:center;
    background:url("../img/rencaibg2.png") no-repeat center;
    background-size: contain;
    border:4px solid #fff;
}
.inner-rencai-fir .item .item-list .inner{
    width: 100%;
    padding:0 14%;
}
.inner-rencai-fir .item .item-list .title{
    font-size:22px;
    color:#333333;
    font-weight: bold;
}
.inner-rencai-fir .item .item-list img{
    display: block;
    margin:5% auto;
}
.inner-rencai-fir .item .item-list .des{
    font-size:16px;
    color:#666;
    line-height: 26px;
}
.inner-rencai-fir .item .item-list:hover{
    background:#009fe9;
    border:4px solid #b2e2f8;
}
.inner-rencai-fir .item .item-list:hover .title{
    color:#fff;
}
.inner-rencai-fir .item .item-list:hover .des{
    color:#fff;
}
.inner-rencai-fir .item .item-list:hover img{
    filter: brightness(200%);
}

.inner-rencai-sec .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-rencai-sec .item .list{
    width: 49%;
    height: 185px;
    border-radius: 20px;
    border: 1px solid #d4effb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
}
.inner-rencai-sec .item .list:nth-child(-n+2){
    margin-bottom: 2%;
}
.inner-rencai-sec .item .list .imgbox{
    width: 140px;
    height: 140px;
    position: relative;
}
.inner-rencai-sec .item .list .text{
    width: calc(100% - 140px);
    padding-left: 9%;
}
.inner-rencai-sec .item .list .text .title{
    font-size:24px;
    color:#000;
    font-weight: bold;
}
.inner-rencai-sec .item .list .text .des{
    font-size: 18px;
    color: #484848;
    margin-top: 7%;
}
.inner-rencai-sec .item .list:hover{
    box-shadow: 0 0 8px #d4effb;
    transform: translateY(-10px);
}

.inner-zhaocai{
    min-height: 700px;
}
.seartbox{
    margin-bottom: 3%;
}
.seartbox .left{
    float: left;
    width: 280px;
    line-height: 40px;
    color:#494949;
    font-size:16px;
}
.seartbox .left a{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color:#494949;
    font-size:16px;
}
.seartbox .left a:last-child{
    margin-right: 0;
}
.seartbox .left a:after{
    position: absolute;
    content:"、";
    bottom:0;
    right:-18px;
    color:#494949;
    font-size:16px;
}
.seartbox .left a:last-child:after{
    display: none;
}
.seartbox .left a:hover{
    color:#073190;
    font-weight: bold;
}
.seartbox .right{
    width: calc(100% - 542px);
    float: right;
}
.seartbox .right form{
    border-radius: 10px;
    border:1px solid #e1e4ef;
    overflow: hidden;
}
.seartbox .right input[type=text]{
    float: left;
    width: calc(100% - 135px);
    outline: none;
    font-size:14px;
    color:#666;
    text-indent: 30px;
    line-height: 40px;
    background: #fff;
}
.seartbox .right input[type=submit]{
    float: left;
    width: 135px;
    cursor: pointer;
    font-size:14px;
    color:#fff;
    line-height: 40px;
    padding-left:35px;
    background: #093191 url("../img/sear.png") no-repeat left 25px center;
}
.inner-zhaoping-item .listbox{
    border-radius: 25px;
    box-shadow: 0 0 12px #d7d7d7;
    overflow: hidden;
}
.inner-zhaoping-item .listbox .tbox{
    line-height: 75px;
    background: #093191;
    color:#fff;
    font-weight: bold;
    font-size:20px;
}
.inner-zhaoping-item .listbox .liebiao{
    padding:0 4%;
}
.inner-zhaoping-item .listbox .liebiao .title{
    width: 170px;
    text-align:center;
    float: left;
}
.inner-zhaoping-item .listbox .liebiao .title:nth-child(1){
    width: calc(100% - 860px);
    padding-right: 3%;
    text-align:left;
}
.inner-zhaoping-item .listbox .conbox{
    border-bottom:1px solid #eeeef0;
    cursor: pointer;
}
.inner-zhaoping-item .listbox .conbox .title{
    font-size:18px;
    color:#666;
    line-height: 70px;
    position: relative;
}
.inner-zhaoping-item .listbox .conbox .s6{
    background: url("../img/zhaopongjian1.png") no-repeat right center;
    cursor: pointer;
}
.inner-zhaoping-item .listbox .conbox.active .title
,.inner-zhaoping-item .listbox .conbox:hover .title{
    color:#093191;
}
.inner-zhaoping-item .listbox .list .desbox{
    background: #fff;
    line-height: 33px;
    padding:0 4%;
    border-radius: 10px;
    font-size:17px;
    color:#5c5c5e;
    display: none;
}
.inner-zhaoping-item .listbox .list .desbox .inner{
    width: 100%;
    background: #edeef3;
    line-height: 33px;
    padding:2.5%;
    border-radius: 10px;
    font-size:17px;
    color:#5c5c5e;
}
.inner-zhaoping-item .listbox .list .desbox .emailbox{
    background: #093191;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 80px;
    margin-top: 2%;
}
.inner-zhaoping-item .listbox .list .desbox .emailbox span{
    display: block;
    width: 115px;
    text-align:center;
    line-height: 50px;
    border-right:1px solid #385aa4;
    font-size:18px;
    color:#fff;
}
.inner-zhaoping-item .listbox .list .desbox .emailbox .text{
    width: calc(100% - 115px);
    padding-left: 2%;
    color:#fff;
    font-size:16px;
    font-weight: bold;
}
.inner-zhaoping-item .listbox .list .desbox .emailbox .text a{
    color:#fff;
}
.inner-zhaoping-item .listbox .conbox.active{
    border-bottom:1px solid #fff;
}
.inner-zhaoping-item .listbox .conbox .title.s6.active{
    background: url("../img/zhaopongjian2.png") no-repeat right center;
}
.nav_logo.xiala{
    background: none;
    left: 2%;
    top: 4%;
}
.nav_logo.xiala .imgbox{
    height: 0;
    overflow: hidden;
}
.nav_logo.xiala .nav_btn{
    box-shadow: 0 0 10px #49c5ff;
}

.inner-news .proPage .page-a{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    max-width: 40%;
}
.inner-news .prodesbox .tbox .s1{
    font-size: 23px;
}
.descontent .maxwidth{
    margin:2% auto;
}
.maxwidth{
    display: block;
    max-width: 100%;
    margin:2% auto;
}

@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

.allmenulogo{
    float: left;
    margin-left:3%;
    margin-top: 2%;
}
.allmenulogo img{
    width: 105px;
}

.swiper-banner .swiper-slide .pic{
    object-position: center top;
}

.swiper-banner .banner-text{
    position: absolute;
    padding-left: 19%;
    left:0;
}
.swiper-banner .banner-text1{
    top:33%;
}
.swiper-banner .banner-text2{
    top:33%;
}
.swiper-banner .banner-text3{
    top:33%;
}
.swiper-banner .banner-text .tbox{
    position: relative;
    color:#fff;
}
.swiper-banner .banner-text .t1{
    font-size: 26px;
    letter-spacing: 20px;
    margin-bottom: 18px;
    padding-left: 12px;
    position: relative;
    z-index: 2;
}
.swiper-banner .banner-text .t2{
    font-family: ruizi;
    font-size:63px;
    font-style: italic;
    text-shadow: 0 0 5px rgba(0,0,0,0.38);
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.swiper-banner .banner-text .t2 p{
    font-family: ruizi;
}
.swiper-banner .banner-text .banner-quan{
    position: absolute;
    top: -62px;
    left: -65px;
    z-index: 1;
}




.small_sieder{
    background: #eee;
    padding:10px 10px 0 10px;
    margin-bottom: 8%;
    display: none;
}
.small_sieder a{
    display: block;
    float: left;
    width: 49%;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    margin-right: 2%;
    color: #333;
    margin-bottom: 2%;
}
.small_sieder a:nth-child(2n){
    margin-right: 0;
}
.small_sieder a.active{
    background: #009fe8;
    color:#fff;
}
.swiperbody>.swiper-wrapper>.swiper-slide.screen_banner_sec{
    display: none;
}